home *** CD-ROM | disk | FTP | other *** search
Text File | 1985-08-11 | 4.9 KB | 219 lines | [TEXT/Anon] |
-
- ERROR CODES
-
-
- Appendix A Appendix A Appendix A
-
- Source Line Error Codes Source Line Error Codes Source Line Error Codes
-
-
- Type Description
-
- A Address Field Error - An invalid subfield was detected
- the operand field. Possible errors are:
-
- Expression syntax error.
- Symbol or name longer than 8 characters.
-
- D Doubly Defined Symbol - An attempt was made to assign
- a new value to an unredefinable symbol.
-
- E INCLUDE, RMT, or MACRO was illegally nested. Consult
- op code description for maximum nest level.
-
- F File Context Error - File contents were not of the
- expected type.
-
- G Op Code Not Allowed - The pseudo op code specified is
- not allowed for the selected object file type.
-
- L Location Field Bad - An invalid symbol or name was
- used in the location field.
-
- M Invalid M68000 Addressing Mode - An invalid effective
- address was used for the source or destination. Consult
- your M68000 instruction manual to determine the valid
- addressing modes.
-
- N File Name Error - Invalid syntax on file name.
-
- O Operation Field Bad - An unknown operation code, pseudo
- operation code, or macro name was used.
-
- P User Requested Error - pseudo op ERRxx error code.
-
- R Relocation Error - Two or more relocatable symbols were
- added, multiplied, or divided. LO68 does supports only a
- single relocatable symbol reference.
-
- U Undefined Symbol - An unknown symbol name was used. A
- value of zero is used.
-
- V VFD Bit Count Error - VFD bit size must be in the range
- 0..32.
-
- X File Not Found - The file name on the include did not
- exist or was inaccessable.
-
-
-
-
-
-
- MAC.68K -66-
- ERROR CODES
-
-
- Z Zero Division - An attempt to divide by zero within an
- expression. Value of zero is used.
-
- 1 Location Field Bad - Location symbol is bad, the symbol
- is not defined.
-
- 2 Address Error on Symbol Definition - An attempt to
- define a symbol contained an error. The symbol is not
- defined.
-
- 3 Duplicate Macro Definition - The new definition
- replaces the old. See PURGMAC to avoid this error.
-
- 4 Bad Formal Parameter Name - Parameter name on macro
- defintion is invalid.
-
- 5 Operation Unexpected at This Time - An initialization
- pseudo operation code was used outside the
- initialization section.
-
- 7 Address Value Exceeds Field Size - A value computed
- in an operation subfield exceeds its destination field.
- The value is truncated to the destination field size.
-
- 8 Missing or Extra Operation Subfield - Too few or too
- many operation field subfields were specified.
-
- 9 String Substitution Error - String name contained
- within the "s is undefined. See STRING.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -67- MAC.68K
- ERROR CODES
-
-
- Appendix B Appendix B Appendix B
-
- Supplemental Reading Supplemental Reading Supplemental Reading
-
-
- The following books, manuals, and magazines contain useful Mac
- and M68000 information. We recommend you look for these books at a
- book or computer store and see if they match your interests.
-
-
- The 68000: Principles and Programming
- Leo J. Scanlon
- Howard W. Sams Co.
-
- 68000 Assembly Language Programming
- Gerry Kane, Doug Hawkins, Lance Leventhal
- Osborne/McGraw Hill
-
- MacTutor - The Macintosh Programming Journal
- P. O. Box 846
- Placentia, CA 92670
-
- M68000 16/32-Bit Microprocessor Programmer's Reference Manual
- Motorola
-
- Inside Macintosh
- Apple Computer
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MAC.68K -68-ple Computer
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- MAC.68K